From d5dfacae8790da4bfed71760c75528da89218596 Mon Sep 17 00:00:00 2001 From: worktycho Date: Thu, 23 Oct 2014 23:23:34 +0100 Subject: Fixed formatstring --- src/IniFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IniFile.h b/src/IniFile.h index 33229bff0..44b3422d0 100644 --- a/src/IniFile.h +++ b/src/IniFile.h @@ -156,7 +156,7 @@ public: // tolua_end - bool SetValueV( const AString & a_KeyName, const AString & a_ValueName, const char * a_Format, ...); + bool SetValueV( const AString & a_KeyName, const AString & a_ValueName, const char * a_Format, ...) FORMATSTRING(3,4); // tolua_begin -- cgit v1.2.3